SftTree/OCX 7.0

SftTreeColumn.ProgressColor Property

Softel vdm, Inc.

Defines the default progress bar color used for cells in this column.

Syntax       

 

Get

VB.NET

Clr = object.ProgressColor  As UIntegerLanguage-specific information

VB

Clr = object.ProgressColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.ProgressColor;

VC++

OLE_COLOR Clr = object->ProgressColor;
OLE_COLOR Clr = object->GetProgressColor();

C

HRESULT object->get_ProgressColor(OLE_COLOR* Clr);

Delphi

Clr := object.ProgressColor  : Cardinal;

Put

VB.NET

object.ProgressColor = Clr  As UIntegerLanguage-specific information

VB

object.ProgressColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.ProgressColor = Clr;

VC++

OLE_COLOR object->ProgressColor = Clr;
void object->PutProgressColor(OLE_COLOR Clr);

C

HRESULT object->put_ProgressColor(OLE_COLOR Clr);

Delphi

object.ProgressColor := Clr  : Cardinal;

object

A SftTreeColumn object.

Clr

Defines the default progress bar color used for cells in this column. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The ProgressColor property defines the default progress bar color used for cells in this column.

Cells can override the default progress bar color using the Cell.ProgressColor property.

The Column.ProgressStyle property can be used to define the default progress bar appearance for cells in this column. The ProgressColorEnd property combined with ProgressColor can be used to define a gradient fill for progress bars.

A progress bar is only shown for a cell if its Cell.ProgressMax property is set to a value other than 0.

See Also  SftTreeColumn Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com